const runtime.c0

9 uses

	runtime (current package)
		alg.go#L19: 	c0       = uintptr((8-hashSize)/4*2860486313 + (hashSize-4)/4*33054211828000289)
		alg.go#L116: 		return trimHash(c1 * (c0 ^ h)) // +0, -0
		alg.go#L118: 		return trimHash(c1 * (c0 ^ h ^ uintptr(rand()))) // any kind of NaN
		alg.go#L128: 		return trimHash(c1 * (c0 ^ h)) // +0, -0
		alg.go#L130: 		return trimHash(c1 * (c0 ^ h ^ uintptr(rand()))) // any kind of NaN
		alg.go#L161: 		return trimHash(c1 * typehash(t, unsafe.Pointer(&a.data), h^c0))
		alg.go#L163: 		return trimHash(c1 * typehash(t, a.data, h^c0))
		alg.go#L188: 		return trimHash(c1 * typehash(t, unsafe.Pointer(&a.data), h^c0))
		alg.go#L190: 		return trimHash(c1 * typehash(t, a.data, h^c0))